Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Outline polygons by beam-like representation
ResourceFunction["OutlinePolygons"][gr] outlines the polygons in the 3D graphics gr by beam-like representations. | |
ResourceFunction["OutlinePolygons"][gr, inner, outer] outlines the polygons with ratios inner and outer. |
An outlined tetrahedron:
In[1]:= |
Out[1]= |
Specify the inner and outer ratios:
In[2]:= |
Out[2]= |
A spikey:
In[3]:= |
Out[3]= |
OutlinePolygons works with other primitives:
In[4]:= |
Out[4]= |
In[5]:= |
Out[5]= |
A Polyhedron with voids:
In[6]:= |
Out[6]= |
Add a texture:
In[7]:= |
In[8]:= |
Out[8]= |
In[9]:= |
Out[9]= |
Use VertexColors:
In[10]:= |
Out[10]= |
In[11]:= |
Out[11]= |
Use VertexNormals:
In[12]:= |
In[13]:= |
Out[13]= |
Use Scaled coordinates:
In[14]:= |
Out[14]= |
Create a periodic structure:
In[15]:= |
Out[15]= |
Outline a Klein bottle:
In[16]:= |
In[17]:= |
Out[17]= |
A 3D model of Beethoven:
In[18]:= |
Out[18]= |
Compute the circumsphere of a platonic solid, solving for edge length l, then the insphere, and let be the circumsphere of the next:
In[19]:= |
In[20]:= |
Out[20]= |
Kepler’s Mysterium Cosmographicum:
In[21]:= |
Out[21]= |
This work is licensed under a Creative Commons Attribution 4.0 International License